[INFO] cloning repository https://github.com/95th/pyret
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/95th/pyret" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Fpyret", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Fpyret'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e2ec5cb971a86d55820a1222e646f3fb75fca0c
[INFO] fixing 95th/pyret against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Fpyret" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/95th/pyret
[INFO] finished tweaking git repo https://github.com/95th/pyret
[INFO] tweaked toml for git repo https://github.com/95th/pyret written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/95th/pyret on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/95th/pyret already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775
[INFO] running `Command { std: "docker" "start" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking pyret v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/parser.rs (2 fixes)
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after if condition");
[INFO] [stdout]    |                                                       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `--force-warn non-fmt-panics` implied by `--force-warn rust-2021-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:68:56
[INFO] [stdout]    |
[INFO] [stdout] 68 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after then branch");
[INFO] [stdout]    |                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:72:55
[INFO] [stdout]    |
[INFO] [stdout] 72 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after else");
[INFO] [stdout]    |                                                       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:74:56
[INFO] [stdout]    |
[INFO] [stdout] 74 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after else branch");
[INFO] [stdout]    |                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]    --> src/parser.rs:234:56
[INFO] [stdout]     |
[INFO] [stdout] 234 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after block");
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after if condition");
[INFO] [stdout]    |                                                       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `--force-warn non-fmt-panics` implied by `--force-warn rust-2021-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:68:56
[INFO] [stdout]    |
[INFO] [stdout] 68 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after then branch");
[INFO] [stdout]    |                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:72:55
[INFO] [stdout]    |
[INFO] [stdout] 72 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after else");
[INFO] [stdout]    |                                                       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]   --> src/parser.rs:74:56
[INFO] [stdout]    |
[INFO] [stdout] 74 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after else branch");
[INFO] [stdout]    |                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains a brace
[INFO] [stdout]    --> src/parser.rs:234:56
[INFO] [stdout]     |
[INFO] [stdout] 234 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after block");
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this message is not used as a format string, but will be in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] [stderr] crater-edition-check: pyret v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking pyret v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: invalid format string: expected `}`, found `\'`
[INFO] [stdout]   --> src/parser.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after if condition");
[INFO] [stdout]    |                                                       -^ expected `}` in format string
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       because of this opening brace
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `{`, you can escape it using `{{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]   --> src/parser.rs:68:56
[INFO] [stdout]    |
[INFO] [stdout] 68 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after then branch");
[INFO] [stdout]    |                                                        ^ unmatched `}` in format string
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: expected `}`, found `\'`
[INFO] [stdout]   --> src/parser.rs:72:56
[INFO] [stdout]    |
[INFO] [stdout] 72 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after else");
[INFO] [stdout]    |                                                       -^ expected `}` in format string
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       because of this opening brace
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `{`, you can escape it using `{{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]   --> src/parser.rs:74:56
[INFO] [stdout]    |
[INFO] [stdout] 74 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after else branch");
[INFO] [stdout]    |                                                        ^ unmatched `}` in format string
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]    --> src/parser.rs:234:56
[INFO] [stdout]     |
[INFO] [stdout] 234 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after block");
[INFO] [stdout]     |                                                        ^ unmatched `}` in format string
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: expected `}`, found `\'`
[INFO] [stdout]   --> src/parser.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after if condition");
[INFO] [stdout]    |                                                       -^ expected `}` in format string
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       because of this opening brace
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `{`, you can escape it using `{{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]   --> src/parser.rs:68:56
[INFO] [stdout]    |
[INFO] [stdout] 68 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after then branch");
[INFO] [stdout]    |                                                        ^ unmatched `}` in format string
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: expected `}`, found `\'`
[INFO] [stdout]   --> src/parser.rs:72:56
[INFO] [stdout]    |
[INFO] [stdout] 72 |         consume!(self, TokenKind::OpenBrace, "Expect '{' after else");
[INFO] [stdout]    |                                                       -^ expected `}` in format string
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       because of this opening brace
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `{`, you can escape it using `{{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]   --> src/parser.rs:74:56
[INFO] [stdout]    |
[INFO] [stdout] 74 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after else branch");
[INFO] [stdout]    |                                                        ^ unmatched `}` in format string
[INFO] [stdout]    |
[INFO] [stdout]    = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid format string: unmatched `}` found
[INFO] [stdout]    --> src/parser.rs:234:56
[INFO] [stdout]     |
[INFO] [stdout] 234 |         consume!(self, TokenKind::CloseBrace, "Expect '}' after block");
[INFO] [stdout]     |                                                        ^ unmatched `}` in format string
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you intended to print `}`, you can escape it using `}}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pyret` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pyret` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775", kill_on_drop: false }`
[INFO] [stdout] 59227eaeee094702404c6829bf6df336f1e481755733a7c4be50ac20f9f8e775
